{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}Workspace - AI Code Reviewer{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Code Review Workspace

Write or paste your code and request an elite review using Gemini AI.

History
{% csrf_token %}

Source Code

{{ form.language }}
{{ form.code }}
Analyzing Codebase...

Gemini is checking for vulnerabilities, bugs, clean code violations, and optimizations.

Waiting for submission

Submit code in the editor to populate report metrics and vulnerability highlights.

Security 0
Performance 0
Readability 0
Overall 0
AI-corrected version of your code.

Hi! I've analyzed your code. Click the "Report" tab to see scores, security issues, and clean code suggestions. Ask me anything here about the review or optimizations!

Compiling AI Insights...
{% endblock %} {% block extra_js %} {% endblock %}